Add properties, based on patch by Lee Mallabone.
authorAlexander Larsson <alla@lysator.liu.se>
Thu, 17 May 2001 16:22:06 +0000 (16:22 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Thu, 17 May 2001 16:22:06 +0000 (16:22 +0000)
commit6ee1ae13adafbb6a0ac5a75a948f0a9bc8f0e751
treebd9689851eabea933a0ef00c0ad9c97c376b62cd
parentbe277ae41303b9d5ba92a911360e66f197c82eba
Add properties, based on patch by Lee Mallabone.

2001-05-17  Alexander Larsson  <alla@lysator.liu.se>

* gtk/gtkbbox.c:
Add properties, based on patch by Lee Mallabone.

* gtk/gtknotebook.c:
* gtk/gtktoolbar.c:
Convert from GtkArg to GParam, based on patch by John Margaglione.

* gtk/gtkhscale.c:
* gtk/gtkvscale.c:
* gtk/gtkhscrollbar.c:
* gtk/gtkvscrollbar.c:
* gtk/gtkrange.c:
Move adjustment property to GtkRange.

* gtk/gtklabel.c:
Setup mnemonics on property changes

* gtk/gtkwidget.c (gtk_widget_get_property):
GdkExtensionMode is an enum, not a flag. Set it with
g_value_set_enum ().

* tests/prop-editor.c:
Better propery editor.

* tests/testgtk.c:
Add new property test. Pass zero to the property editor to
get properties from all derived types.
19 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkbbox.c
gtk/gtkhscale.c
gtk/gtkhscrollbar.c
gtk/gtklabel.c
gtk/gtknotebook.c
gtk/gtkrange.c
gtk/gtktoolbar.c
gtk/gtkvscale.c
gtk/gtkvscrollbar.c
gtk/gtkwidget.c
tests/prop-editor.c
tests/testgtk.c